For each form, define the applicable controls. A control is a UI element of the form, for example, a field, a button, or a text.
For several types of form controls, you also need to define the control event procedure. A control event procedure has one or more actions that are done on a specific control event, like text changed or button clicked.
If your company uses different types of mobile devices, controls can require a different layout for each device.


Designer Designer Start Start Choose the  form control type Choose the  form control type Button

Design form control - Button

You can add a control of type Button to a form.
For a button, also define the control event procedure. A control event procedure has one or more actions that are done when the button is clicked.
If your company uses different types of mobile devices, controls can require a different layout for each device.

Camera

Design form control - Camera

You can add a control of type Camera to a form. As a result, you can use the mobile device to take a picture or record a video and save it to Anywhere mobility studio.

If your company uses different types of mobile devices, controls can require a different layout for each device.

Check box

Design form control - Check box

You can add a control of type Checkbox to a form.

For a check box, you can also define the control event procedure. A control event procedure has one or more actions that are done when the check box is cleared or selected.
If your company uses different types of mobile devices, controls can require a different layout for each device.

Configurable grid

Design form control - Configurable grid

You can add a control of type Configurable grid to a form.

To fill the configurable grid, a query is required. Compared to the Data grid control, you can configure the required query for the Configurable grid. So, no coding is required.
You must also configure the configurable grid columns.
If your company uses different types of mobile devices, controls can require a different layout for each device.

Data grid

Design form control - Data grid

You can add a control of type Data grid to a form. 

To fill the data grid, a data set is required. Compared to the configurable grid, you must develop the required data set for the data grid. So, coding is required to create the data set that queries your data. You use the data grid, for example, for lists that are based on enums instead of data.
You must also configure the data grid columns.
If your company uses different types of mobile devices, controls can require a different layout for each device.

Label

Design form control - Label-old

You can add a control of type Label to a form.
If your company uses different types of mobile devices, controls can require a different layout for each device.

Literal HTML

Design form control - Literal HTML

You can add a control of type Literal HTML to a form. With this control type, you can use literal XHTML tags to add controls to a form.

Report output link

Design form control - Report output link

You can add a control of type Report output link to a form. As a result, a button is added to the form. If clicked, a file is opened and shown on the mobile device.

To be able to open the file, a class method is required that gets the file from a location that is both accessible from the mobile device and from the AOS.

Signature capture

Design form control - Signature capture

You can add a control of type Signature capture to a form.
For a signature capture control, also define the control event procedure. A control event procedure has one or more actions that are done if the signature is captured and the resulting document is created.
If your company uses different types of mobile devices, controls can require a different layout for each device.

Text box

Design form control - Text box

You can add a control of type Textbox to a form.
For a text box, you can also define the control event procedure. A control event procedure has one or more actions that are done if the value in the text box is changed.
If your company uses different types of mobile devices, controls can require a different layout for each device.

End End

Activities

Name Responsible Description

Button

Designer

You can add a control of type Button to a form.
For a button, also define the control event procedure. A control event procedure has one or more actions that are done when the button is clicked.
If your company uses different types of mobile devices, controls can require a different layout for each device.

Camera

Designer

You can add a control of type Camera to a form. As a result, you can use the mobile device to take a picture or record a video and save it to Anywhere mobility studio.
If your company uses different types of mobile devices, controls can require a different layout for each device.

Check box

Designer

You can add a control of type Checkbox to a form.
For a check box, you can also define the control event procedure. A control event procedure has one or more actions that are done when the check box is cleared or selected.
If your company uses different types of mobile devices, controls can require a different layout for each device.

Configurable grid

Designer

You can add a control of type Configurable grid to a form.
To fill the configurable grid, a query is required. Compared to the Data grid control, you can configure the required query for the Configurable grid. So, no coding is required.
You must also configure the configurable grid columns.
If your company uses different types of mobile devices, controls can require a different layout for each device.

Data grid

Designer

You can add a control of type Data grid to a form. 
To fill the data grid, a data set is required. Compared to the configurable grid, you must develop the required data set for the data grid. So, coding is required to create the data set that queries your data. You use the data grid, for example, for lists that are based on enums instead of data.
You must also configure the data grid columns.
If your company uses different types of mobile devices, controls can require a different layout for each device.

Label

Designer

You can add a control of type Label to a form.
If your company uses different types of mobile devices, controls can require a different layout for each device.

Literal HTML

Designer

You can add a control of type Literal HTML to a form. With this control type, you can use literal XHTML tags to add controls to a form.

Report output link

Designer

You can add a control of type Report output link to a form. As a result, a button is added to the form. If clicked, a file is opened and shown on the mobile device.

To be able to open the file, a class method is required that gets the file from a location that is both accessible from the mobile device and from the AOS.

Signature capture

Designer

You can add a control of type Signature capture to a form.
For a signature capture control, also define the control event procedure. A control event procedure has one or more actions that are done if the signature is captured and the resulting document is created.
If your company uses different types of mobile devices, controls can require a different layout for each device.

Text box

Designer

You can add a control of type Textbox to a form.
For a text box, you can also define the control event procedure. A control event procedure has one or more actions that are done if the value in the text box is changed.
If your company uses different types of mobile devices, controls can require a different layout for each device.

Button

Camera

Check box

Configurable grid

Data grid

Image

Label

Literal HTML

Report output link

Signature capture

Text box

Manage form control templates

Provide feedback